home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Transportation
/
InventorLabs - Transportation.iso
/
pc
/
builders
/
media
/
netacess
/
url95.dir
/
00006_Script_6
< prev
next >
Wrap
Text File
|
1996-10-10
|
425b
|
25 lines
on exitFrame
global TheWeb
if not objectP(TheWeb) then
--
-- create the Web object
--
openXlib "Inetobj"
set TheWeb = Inetobj(mNew)
set WebStatus = TheWeb(mInit)
end if
if TheWeb(mCheckInstall) < 0 then
--
-- Install the web access
--
go "InstallWeb"
else if TheWeb(mGetWebAccess) = 1 then
go "AOLTest"
else
go "Launch"
end if
end